tools/libfsimage: include Rules.mk first
authorOlaf Hering <olaf@aepfle.de>
Wed, 14 Mar 2012 16:53:56 +0000 (17:53 +0100)
committerOlaf Hering <olaf@aepfle.de>
Wed, 14 Mar 2012 16:53:56 +0000 (17:53 +0100)
commita434834c1e0fc8ef124580c6ae6571c5ebc7de34
tree513d7dffca929b95eb8977345ec146ec204bc93b
parent645c523d0a7654e38641266249c0c0c9d1a3fe0a
tools/libfsimage: include Rules.mk first

Move the inclusion of Rules.mk up so that things like CFLAGS get initialized
properly. Currently only zfs appends CFLAGS. If CFLAGS get reset by Rules.mk
the private settings are lost and compilation of zfs support fails.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
tools/libfsimage/ext2fs-lib/Makefile
tools/libfsimage/ext2fs/Makefile
tools/libfsimage/fat/Makefile
tools/libfsimage/iso9660/Makefile
tools/libfsimage/reiserfs/Makefile
tools/libfsimage/ufs/Makefile
tools/libfsimage/xfs/Makefile
tools/libfsimage/zfs/Makefile